home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / elftree.zip / AUTOEXEC.DOC < prev    next >
Text File  |  1991-07-03  |  3KB  |  54 lines

  1. (C) Copyright 1988-1991 by Alan J. Avery, Springfield, Illinois
  2.     ALL RIGHTS RESERVED
  3. ======================================================================
  4. These commands may need to go in your AUTOEXEC.BAT file.  For each of
  5. them it is assumed that ELFTREE was installed in C:\TREE.
  6. ======================================================================
  7. If you have DOS 2.X, add this:
  8.  
  9.          SET ELFTREEPATH = C:\TREE
  10. ======================================================================
  11. If you want to call ELFTREE from any directory, add this:
  12.  
  13.          PATH C:\TREE;
  14. (If a PATH statement already exists, add this to the end of it)
  15. ======================================================================
  16. If your computer has removable disk drives (for example, you may have
  17. cartridges, optical media, or floppy diskettes) or a RAM disk, you may want
  18. ELFTREE to store the tree maps for one or more of them in the root directory
  19. of those drives.  If so, add this (assuming E: and F: are the drives):
  20.  
  21.          SET ETMAP=ef
  22.  
  23. If you want them stored with the rest of the tree maps, use UPPER CASE
  24. letters instead of lower case.  For example:
  25.  
  26.          SET ETMAP=EF
  27.  
  28. Upper and lower case can be combined, so you can say:
  29.  
  30.          SET ETMAP=eF
  31.  
  32. If a drive is removable, tree maps will only be stored if they are included
  33. in this list.  Thus, if A: and B: are floppy drives, tree maps will not be
  34. stored for them at all.  If a non-removable drive appears in this list,
  35. (such as a RAM disk), the same rules apply.
  36. ======================================================================
  37.              ADVANCED FEATURES
  38. ======================================================================
  39. If ELFTREE is being used on a network by several people, each one
  40. will need a place to store menus, tree maps, etc.  This is specified
  41. via the ETFIND environment variable.  Use a unique directory for each
  42. person using it:
  43.  
  44.          SET ETFIND=C:\TREE\MARY
  45. This is also handy for those of you who want to run ELFTREE from a
  46. RAMdisk, yet keep all of its data files safely stored.  Note: To
  47. set up ELFTREE on a RAMdisk, copy ET.EXE, ELFTREE.CHL and ETT.BAT only.
  48. ======================================================================
  49. If ELFTREE is being used on a network, the environment variable
  50. ETDRIVES specifies which drives to search using the Find command:
  51.  
  52.          SET ETDRIVES=CDEFG
  53. ======================================================================
  54.